home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 4 / MacAddict_004_1996_12.iso / Sponsors / Bungie / Abuse Demo / lisp / english.lsp < prev    next >
Lisp/Scheme  |  1996-08-04  |  23KB  |  519 lines

  1. ;; Copyright 1995 Crack dot Com,  All Rights reserved
  2. ;; See licensing information for more details on usage rights
  3.  
  4. ;; all messages that need translation here
  5. ;; Latest version of this file is "V-E"  (version E=1.47)
  6.  
  7. (select section    
  8.     ('game_section
  9.  
  10.          (setq double_pix         "Double Pixel Mode")
  11.          (setq scanlined_pix      "Scan skip Mode")
  12.          (setq single_pix         "Single Pixel Mode")
  13.          (setq smooth_pix         "Smoothed Pixel Mode")
  14.          (setq round_pix          "Rounded Pixel Mode")
  15.  
  16.      /********** New for Version E (1.51)   **************/
  17.      (setq level_name         "Level name")
  18.      (setq FILENAME           "FILENAME")
  19.      (setq CHAT               "CHAT")
  20.      (setq resync             "Clients are re-syncing, please wait...")
  21.      (setq slack              "Disconnect slackers")
  22.      (setq hold!              "Hold on!")
  23.      (setq waiting            "Waiting for data...")
  24.      (setq Error              "Error")
  25.      (setq locating           "Attempting to locate server %s, please wait\n")
  26.      (setq unable_locate      "unable_locate")
  27.      (setq located            "Server located!  Please wait while data loads....\n")
  28.      (setq no_prot            "No network protocols installed\n")
  29.      (setq Installed          "Installed")
  30.      (setq Not_Installed      "Not Installed")
  31.      (setq calc_crc           "Net : calculating file CRC's")
  32.      (setq edit_saved         "Edit info has been saved")
  33.      (setq saveas_name        "Saveas name")
  34.      (setq l_light            "light")
  35.      (setq l_fg               "fg")
  36.      (setq l_bg               "bg")
  37.      (setq New?               "New?")
  38.      (setq l_EDIT             "EDIT")
  39.  
  40.  
  41.      /********** New for Version D (1.46)   **************/
  42.  
  43.      (setq ant_hide           "hiden (1=true,0=false)")
  44.      (setq ant_total          "total")
  45.      (setq ant_type           "type (0..7)")
  46.      (setq obj_frames         "frames till arrival")
  47.      (setq obj_frame          "current frame")
  48.      (setq respawn_reg        "frames to regenerate")
  49.      (setq conc_flash         "flash [1=on]")
  50.      (setq bomb_blink         "blink time")
  51.      (setq lightin_speed      "flash_speed 0..9")
  52.      (setq gate_delay_time    "delay_time")
  53.      (setq gate_pulse_speed   "pulse_speed")
  54.      (setq pusher_speed       "push speed")
  55.      (setq spring_yvel        "set yvel to?")
  56.      (setq train_msg_num      "message num")
  57.      (setq obj_holder_xoff    "x offset")
  58.      (setq obj_holder_yoff    "y offset")
  59.      (setq obj_holder_del     "delete if off (1=yes)")
  60.      (setq spray_delay        "delay")
  61.      (setq spray_start        "start angle")
  62.      (setq spray_end          "end angle")
  63.      (setq spray_speed        "angle speed")
  64.      (setq spray_cangle       "current angle")
  65.      (setq d_track_speed      "tracking speed")
  66.      (setq track_fspeed       "fire speed")
  67.      (setq track_burst        "burst total")
  68.      (setq track_cont         "continue delay")
  69.      (setq track_sangle       "start angle")
  70.      (setq track_eangle       "end   angle")
  71.      (setq track_cangle       "current angle")
  72.      (setq jug_throw_spd      "throw speed (0..255)")
  73.      (setq jug_throw_xv       "throw xvel")
  74.      (setq jug_throw_yv       "throw yvel")
  75.      (setq jug_stat           "stationary? (1=yes,0=no)")
  76.      (setq rob_noturn         "no turn around (1=on)")
  77.      (setq rob_hide           "hiden start (1=hiden,0=visable)")
  78.      (setq who_fdelay         "fire_delay")
  79.      (setq who_bdelay         "burst_delay")
  80.      (setq who_btotal         "burst_total")
  81.      (setq who_mxv            "max xvel")
  82.      (setq who_myv            "max yvel")
  83.      (setq wrob_fdelay        "fire delay")
  84.      (setq wrob_bdelay        "burst delay")
  85.      (setq wrob_btotal        "burst total")
  86.      (setq wrob_mxv           "Max xvel")
  87.      (setq wrob_myv           "Max Yvel")
  88.      (setq dimmer_step_amount "step amount")
  89.      (setq dimmer_steps       "dim steps")
  90.      (setq dimmer_dist        "activate distance")
  91.      (setq dimmer_dedist      "deactivate distance")
  92.      (setq dimmer_silent      "slient mode (1=yes,0=no)")
  93.      (setq restart_station    "station number")
  94.      (setq next_level         "next_level")
  95.      (setq plat_speed         "speed")
  96.      (setq plat_2speed        "second speed")
  97.      (setq plat_pos           "current pos (0..speed)")
  98.      (setq plat_wait          "max wait time")
  99.      (setq amb_num            "sound # (0-15)")
  100.      (setq amb_vol            "volume (0-127)")
  101.      (setq amb_rep            "repeat delay (0=no repeat)")
  102.      (setq amb_rand           "random delay (0=none)")
  103.      (setq switch_reset       "reset time")
  104.      (setq sens_onxd          "(on) x dist")
  105.      (setq sens_onyd          "(on) y dist")
  106.      (setq sens_offxd         "(off) x dist")
  107.      (setq sens_offyd         "(off) y dist")
  108.      (setq sens_reset         "(off) reset time")
  109.      (setq sens_unoff         "unoffable (1=yes)")
  110.      (setq sens_cs            "current state")
  111.      (setq tp_amb             "ambient setting")
  112.      
  113.  
  114.            
  115.      (setq ai_xvel            "Xvel    ")
  116.      (setq ai_yvel            "Yvel    ")
  117.      (setq ai_xacel           "Xacel   ")
  118.      (setq ai_yacel           "Yacel   ")
  119.      (setq ai_stime           "ST time ")
  120.      (setq ai_gravity         "gravity ")
  121.      (setq ai_health          "Health  ")
  122.      (setq ai_morph           "MorphPr ")
  123.      (setq ai_type            "ai type ")
  124.      (setq ai_state           "ai state")
  125.      (setq ai_fade            "fade 0-15")
  126.      
  127.      (setq a_ambient          "Ambient      ")
  128.      (setq a_aspeed           "Ambient speed")
  129.      (setq a_view_xoff        "View xoff    ")
  130.      (setq a_view_yoff        "View yoff    ")
  131.      (setq a_view_xspd        "View x speed ")
  132.      (setq a_view_yspd        "View y speed ")
  133.      (setq saved_game         "Saved game savegame.spe")
  134.      (setq saved_level        "Saved level '%s'..\n")
  135.      (setq _scroll            "scroll")    ; as in left-right, up-down
  136.      (setq ap_width           "width ")
  137.      (setq ap_height          "height")
  138.      (setq ap_name            "name")
  139.      (setq ap_pal             "Add palette")
  140.      (setq mouse_at           "Mouse at location %d, %d\n")
  141.      
  142.  
  143.      (setq l_links            "Links")
  144.      (setq l_light            "Light")
  145.      (setq l_char             "Char")
  146.      (setq l_back             "Back")
  147.      (setq l_bound            "Bound")
  148.      (setq l_fore             "Fore")
  149.  
  150.  
  151.      (setq SHOW?              "SHOW?")
  152.      (setq back_loss (concatenate 'string "This scroll rate decreases the size of the background map\n"
  153.                       "Tiles may be lost, are you sure you want to do this?\n"))
  154.      (setq WARNING            "WARNING")
  155.      (setq x_mul              "X mul")    ; X multiple
  156.      (setq y_mul              "Y mul")
  157.      (setq x_div              "X div")    ; X divisor
  158.      (setq y_div              "Y div")
  159.  
  160.      /*********** New for Version 1.45 ***********************/
  161.      (setq file_top           "File")
  162.      (setq edit_top           "Edit")
  163.      (setq window_top         "Windows")
  164.      (setq menu1_load         "Load Level")     
  165.      (setq menu1_save         "Save Level (S)")
  166.      (setq menu1_saveas       "Save level as")
  167.      (setq menu1_savegame     "Save game")
  168.      (setq menu1_new          "New level")
  169.      (setq menu1_resize       "Resize map")
  170.      (setq menu1_suspend      "Suspend non-players")
  171.      (setq menu1_toggle       "Play mode toggle (TAB)")
  172.      (setq menu1_savepal      "Save Palettes         ")
  173.      (setq menu1_startc       "Start cache profile   ")
  174.      (setq menu1_endc         "End cache profile     ")
  175.      (setq menu1_quit         "Quit      (Q)")
  176.  
  177.      (setq menu2_light        "Toggle light")
  178.      (setq menu2_scroll       "Set scroll rate")
  179.      (setq menu2_center       "Center on player   (c)")
  180.      (setq menu2_addpal       "Add palette")
  181.      (setq menu2_delay        "Toggle Delays      (D)")
  182.      (setq menu2_god          "God mode")
  183.      (setq menu2_clear        "Clear weapons (z)")
  184.      (setq menu2_mscroll      "Mouse scroll")
  185.      (setq menu2_lock         "Lock palette windows")
  186.      (setq menu2_raise        "Raise all foreground")
  187.      (setq menu2_names        "Toggle object names")
  188.      (setq menu2_map          "Toggle map        (m)")
  189.      (setq menu2_view         "Disable view shifts")
  190.      (setq menu2_alight       "Disable Autolight (A)")
  191.      (setq menu2_fps          "Show FPS/Obj count")
  192.  
  193.      (setq menu3_fore         "Foreground  (f)")
  194.      (setq menu3_back         "Background  (b)")
  195.      (setq menu3_layers       "Draw layers (L)")
  196.      (setq menu3_light        "Lighting    (l)")
  197.      (setq menu3_pal          "Palettes    (p)")
  198.      (setq menu3_objs         "Objects     (o)")
  199.      (setq menu3_console      "Console     (/)")
  200.      (setq menu3_toolbar      "Tool Bar    (a)")
  201.      (setq menu3_prof         "Profile     (P)")
  202.      (setq menu3_save         "Save positions")
  203.  
  204.  
  205.  
  206.  
  207.      (setq level_size "Level size")
  208.                            ; 012345678901234567 (please keep same allignment of Name level & total)
  209.      (setq score_header "Name              Level Total")   ; V-E 
  210.      (setq space_cont "Press SPACEBAR to continue")        ; V-E
  211.      (setq no_saved "No saved game")
  212.  
  213.      (setq lvl_2   "Small") ; V-C added
  214.      (setq lvl_4   "Medium") ; V-C added
  215.      (setq lvl_8   "Large") ; V-C added
  216.  
  217.      (setq status  "Status..")    ; V-A added
  218.      (setq Station "Station #")   ; V-A added
  219.      (setq secured " secured!")   ; V-A added
  220.      (setq loading "loading %s")  ; V-A added
  221.  
  222.          (setq gamma_msg "Click on the darkest grey visible \n on your monitor then click the check")
  223.      (setq telep_msg "Press down to teleport")
  224. b
  225.      (defun get_train_msg (message_num)
  226.        (select message_num      
  227.                    ;   0123456789012345678901234567890123456789012345678901234567890123456789
  228.            ;  "--------------------------------------------------------------------"  ; V-A
  229.            ; Please keep all strings below shorter than the above line.               ; V-A
  230.            (0 "Aim gun with mouse, fire with mouse button")
  231.            (1 "Collect ammo to increase firing speed")
  232.                    (2 "Press the down key to activate objects. This is a switch.")
  233.            (3 "This console saves the state of the game, press down")
  234.            (4 "Press down to activate platform")
  235.            (5 "You can now use the special key to use your special powers")
  236.            (6 "You can now select weapons with the selection keys")
  237.            (7 "Press the up key to climb ladders")
  238.            (8 "Press the down key to start!")
  239.            (9 "Shoot hidden walls to destroy them")
  240.            (10 "Shoot switch ball to activate")
  241.            (11 "Press down to teleport")
  242.            ))
  243.  
  244.  
  245.      (setq not_there       "This game has stopped running")
  246.      (setq max_error       "Max players should be greater than or equal to Min players") ; V-C changed
  247.  
  248.  
  249.          ;(setq min_error      "Min players should be 1-8\nMin players must be less than or equal to Max players")  ; V-A changed, V-B deleted
  250.  
  251.      (setq port_error      "Game number should be 1-9")       ; V-A changed
  252.      (setq kill_error      "Kills to win should be 1-99")      ; V-A changed
  253.          (setq name_error      "Bad string for your name")         ; V-B changed
  254.      (setq game_error      "Bad string for game name")         ; V-B added
  255.      (setq input_error     "Input Error")
  256.      (setq ok_button       "OK")
  257.      (setq cancel_button   "CANCEL")
  258.      (setq kills_to_win    "Kills to win")
  259.      (setq max_play        "Maximum # of players")
  260.      (setq min_play        "\nMinimum # of players")          ; V-B (added \n)
  261.      (setq use_port        "Game number")
  262.      (setq your_name       "Your name")
  263.          (setq max_players     "The server already has its maximum number players, try again later\n  Get back to work!!\n")
  264.      (setq net_not_reg     "Sorry you cannot play against this server with a demo version\n")
  265.      (setq min_wait        "Waiting for %d more player(s) to join!")
  266.      (setq lev_complete    "Level %d Completed!")
  267.      (setq no_low_mem         (concatenate 'string "Memory Manager : Not enough low memory available\n"
  268.                        "  Suggestions...\n"
  269.                        "    - make a boot disk (consult manual)\n"
  270.                                            "    - remove TSRs  & drivers not needed by ABUSE\n"
  271.                        "    - add memory to your system\n"))
  272.      (setq no_mem    (concatenate 'string "Memory manager : Sorry you do not have enough memory available to\n"
  273.                        "  Suggestions...\n"
  274.                        "    - make a boot disk (consult manual)\n"
  275.                                            "    - remove TSRs  & drivers not needed by ABUSE\n"
  276.                        "    - add memory to your system\n"))
  277.  
  278.  
  279.  
  280.          ; this is not used right now...
  281.          ;(setq server_not_reg  (concatenate 'string "Sorry server is running demo version of ABUSE,\n"
  282.      ;                                           "to avoid compatiblity issues please use the -share option\n"))
  283.  
  284.          (setq server_port     "Server Port")
  285.          (setq server_name     "Game Name")              ; V-B
  286.      (setq Networking      "Networking")
  287.          (setq server          " Start New Net Game  ")
  288.          (setq client          " Join Existing Game  ")
  289.          (setq single_play     "    Exit Net Game    ")  ; V-A
  290.      (setq cancel_net      "      Cancel         ")
  291.  
  292.  
  293.          (setq ic_return       "Return to Game")        ; ----
  294.          (setq ic_quit         "Quit Abuse")            ;  |
  295.      (setq ic_volume       "Volume Control")        ;  |
  296.      (setq ic_gamma        "Gamma Correction")      ;  |
  297.      (setq ic_easy         "Difficulty : Wimp")     ;  |
  298.      (setq ic_medium       "Difficulty : Easy")     ;  |
  299.      (setq ic_hard         "Difficulty : Normal")   ;  \/
  300.      (setq ic_extreme      "Difficulty : Extreme")  ; don't make any strings longer than this!
  301.          (setq ic_load         "Load Saved Game")       ;  /\
  302.          (setq ic_start        "Start New Game")        ;  |
  303.      (setq ic_sell         "Credits")               ;  |
  304.          (setq ic_mackeys      "Setup Keys")
  305.          (setq ic_macconf      "Screen Options")
  306.      (setq ic_networking   "Networking")            ; ----
  307.  
  308.  
  309.      (setq no_file         "Could not find file '%s'")
  310.      (setq SFXv            "Sound")
  311.      (setq MUSICv          "Music")
  312.  
  313.      (setq to_be_continued "To be continued.....")
  314.          (setq no_edit         "This version of ABUSE does not have editing features")
  315.          (setq no_hirez        "Hi-rez is only available for edit mode (-edit)") 
  316.      (setq no2             "Cannot use -2 with -edit")
  317.      (setq no_pals         "No palettes defined")
  318.          (setq unchop1         "usage : unchop xsize ysize\n")
  319.          (setq size1           "usage : size width height\n")
  320.      (setq name_now        "level name is now '%s'\n")
  321.      (setq esave           "edit save : writing edit.lsp\n")
  322.      (setq nd_player       "Cannot delete player!\n")
  323.      (setq d_nosel         "No selected object or light to delete.")
  324.      (setq forward?        "Forward which object?")
  325.      (setq back?           "Back which object?") 
  326.          (setq aitype?         "Ai type for who?")
  327.      (setq prof_off        "Cache profiling is now off.")
  328.      (setq prof?           "Cache profiling isn't on!")
  329.      (setq sure?           "Are you sure?")
  330.      (setq width_          "width")
  331.      (setq height_         "height")
  332.      (setq suspend_on      "Non-players will not be executed")
  333.      (setq suspend_off     "Suspend mode off")
  334.      (setq quit_title      "Quit?")
  335.      (setq YES             "YES")
  336.      (setq NO              "NO")     
  337.      (setq seqs_off        "Sequential screen shots off\n")
  338.      (setq seqs_on         "Sequential screen shots on (1 per 5 sec)\n")
  339.      (setq ms_on           "Mouse scrolling enabled\n")
  340.      (setq ms_off          "Mouse scrolling disabled\n")
  341.      (setq pal_lock        "Palettes are locked")
  342.      (setq pal_unlock      "Palettes are unlocked")
  343.      (setq vs_dis          "View shift disabled")
  344.      (setq vs_en           "View shift enabled")
  345.      (setq fg_r            "All foreground tile will be raised")
  346.      (setq fg_l            "All foreground tile will be lowered")
  347.      (setq no_clone        "Cannot clone player!\n")
  348.      (setq no_edit.lsp     "unable to open edit.lsp for writing")
  349.      (setq missing_sym     "Missing language symbol!")
  350.      (setq missing_c       "This level is missing copyright information, cannot load\n")
  351.      (setq delay_off       "Delay off")
  352.      (setq delay_on        "Delay on")
  353.      (setq too_big         "This is too big, please use smaller numbers!")
  354.      (setq LOAD            "LOAD")   ; don't let this get too long
  355.      (setq SAVE            "SAVE")   ; don't let this get too long
  356.  
  357.  
  358.      (setq net_not_reg  
  359.            (concatenate 'string "Sorry, this server is running REGISTERED ABUSE and you are not.\n"
  360.                 "Ask the server operator to run with -share option or better yet,\n"
  361.                             "buy ABUSE. Registered net games are more fun because you can fly,\n"
  362.                 "turn invisible and have more weapons to duke it out with\n"))
  363.      (setq server_not_reg
  364.            (concatenate 'string
  365.                             "This is server is not running the registered version of ABUSE, and\n"
  366.                             "you are (thanks!).  So there are no conflicts between the two games,\n"
  367.                             "please start with the -share option when connecting to this server\n"
  368.                             "Example : abuse -net somewhere.someplace.net -share\n"))
  369.  
  370.  
  371.  
  372.      (setq thank_you "Thank you for playing Abuse!\n\n")     ; V-A
  373.  
  374.          (setq load_warn nil)
  375.          (if (not (load "register/english.lsp"))
  376.              (setq end_msg 
  377.                    (concatenate 'string 
  378.                                 "* Edit LISP/OPTIONS.LSP to configure a few options for ABUSE.\n\n"
  379.                                 "* Look for the commercial version of ABUSE in stores late March '96 for \n"
  380.                                 "  Eight Player IPX Network Support, a Built-in Level Editor, 17 Single Player \n"
  381.                                 "  Levels (plus 12 Network-Only Levels), Deadlier Weapons, Extra Powerups, \n"
  382.                                 "  Stronger Enemies, Cooler Sound Effects, and More Artwork.\n\n"
  383.  
  384.                                 "* To order the full version of ABUSE from Electronic Arts, please call:\n"
  385.                                 "  USA       1-800-245-4525\n"
  386.                                 "  CANADA    604-451-3600\n"
  387.                                 "  ENGLAND   0753-549442\n"
  388.                                 "  FRANCE    72 17 07 83\n"
  389.                                 "  GERMANY   05241 / 24307\n"
  390.                                 "  AUSTRALIA +61(75)911 388\n"
  391.                                 "  JAPAN     03-5410-3100\n\n")))
  392.                               
  393.  
  394.  
  395.  
  396.          (setq load_warn T)
  397.  
  398.          (setq plot_start
  399.                (concatenate 'string 
  400.                             "You are Nick Vrenna. It is the year 2009.  You have been falsely incarcerated "
  401.                             "inside a high security underground prison where illegal genetic experiments "
  402.                             "are taking place.\\n"                          
  403.                             "Alan Blake, the head research scientist, has isolated the specific gene which "
  404.                             "causes violence and aggression in humans.  This genetic sequence, called "
  405.                             '(#\") "Abuse" '(#\") ", is highly infectious, causing horrific transformations and grotesque "
  406.                             "side-effects.  You are the only person to show immunity to it. \\n"
  407.                             "A prison riot erupts, and in the confusion all the cell doors are opened.  Soon "
  408.                             "everyone, guards and convicts alike, become infected and transform into a "
  409.                             "horde of mutants which take over the building.\\n"
  410.                             "Your only chance for escape is to don battle armor and reach the Control Room "
  411.                             "situated in the structure's deepest level.  You must first stop the prison's "
  412.                             "Abuse-infected water supply from contaminating the outside world.   Freedom and "
  413.                             "the fate of the world now depend on you. "))
  414.  
  415.  
  416.  
  417.          (setq plot_middle
  418.                (concatenate 'string 
  419.                             "You have survived the initial outbreak, but you are still lost deep "
  420.                             "within the prison. So far it's been suspiciously easy. \\n"       
  421.                 "If you want to break out - the real ABUSE lies ahead. "))
  422.  
  423.  
  424.          (setq plot_end
  425.                (concatenate 'string 
  426.                             "You've survived impossible odds and made it to the Control Room.  "
  427.                             "By pulling the switch, you have diverted the water supply and stopped the spread of Abuse!\\n "
  428.                             "CONGRATULATIONS!  YOU'RE HOWLING!!!"))
  429.  
  430.          (setq thanks_text
  431.                (concatenate 'string 
  432.                             "Bungie Crew\\n"
  433.                              "- Production Manager "
  434.                             "- Tuncer Deniz\\n"
  435.                             "- Development Manager "
  436.                             "- Eric Klein\\n"
  437.                             "- Packaging "
  438.                             "- Randy Nelsen\\n"
  439.                             "- Damage & Spin\\n"
  440.                             "- Alexander Seropian\\n"
  441.                             "- Jay Barry\\n"
  442.                             "- Alex Rosenberg\\n"
  443.                             "- Doug Zartman\\n"
  444.                             "- Jonas Enroth\\n"
  445.                             "Special Thanks to:\\n"
  446.                             "- Gnu Foundation\\n"
  447.                             "- Steven Donaldson\\n"
  448.                             "- Carly Staehlin for voices\\n"
  449.                             "Apple Game Evangelists/Engineers\\n"
  450.                             "- James Osborne for networking\\n"
  451.                             "- Mark Gavini\\n"
  452.                             "- Steve Bollinger\\n"
  453.                             "- Chris DeSalvo\\n"
  454.                             "- Michael Evans\\n"
  455.                             "- Cary Farrier\\n"
  456.                             "- and others...\\n"
  457.                             "Beta Testers\\n"
  458.                             "Chris Yeh, "
  459.                             "Matt Lee, "
  460.                             "Kaoru Ueda, "
  461.                             "Cameron Logie, "
  462.                             "Zachary Zeliff, "
  463.                             "Francis W. Sweigart, "
  464.                             "Dan Merchant, "
  465.                             "Tim Seufert, "
  466.                             "Donald Lawton, "
  467.                             "Ryan Mack, "
  468.                             "Kenneth R Brownfield, "
  469.                             "Caleb Corey, "
  470.                             "Michael Saji, "
  471.                             "Jesse Shrieve, "
  472.                             "Jedd Horvath, "
  473.                             "Mark Woodward, "
  474.                             "Michael Hale, "
  475.                             "Wesley Arnett, "
  476.                             "Brian Carter, "
  477.                             "Will Starck, "
  478.                             "Krzysztof Murawski, "
  479.                             "John Whitney, "
  480.                             "Ian Harford, "
  481.                             "Robert Steel, "
  482.                             "Joseph T. Hegeman, "
  483.                             "Dave Harkness, "
  484.                             "Marc Jordan, "
  485.                             "Kenyon Kopp, "
  486.                             "Peter Worley, "
  487.                             "Peter Johnson, "
  488.                             "Michael Roca Jr., "
  489.                             "Preston Leingang Jr., "
  490.                             "Jonathan Biebesheimer, "
  491.                             "Chad G Poland, "
  492.                             "James R Graham, "
  493.                             "Karl L Jayne, "
  494.                             "Patrick Hearon, "
  495.                             "Joe Trussell, "
  496.                             "Matthew Fleming, "
  497.                             "Dave Lovell, "
  498.                             "Ben Eloy, "
  499.                             "Anthony Yvanovich, "
  500.                             "Andre Snyder, "
  501.                             "David Tessler, "
  502.                             "Brian Johansen, "
  503.                             "Scott Mullen, "
  504.                             "Jason Budravage, "
  505.                             "and Jonah Kowall\\n"
  506.                             "\\nIcepops!\n"))) 
  507.  
  508.  
  509.     ('upgrade_section
  510.      (setq enter_old_dir   "Enter directory of the older registered version of ABUSE")
  511.          (setq dir_not_here    "Directory does not exsist : ")
  512.      (setq already_updated "This version of ABUSE is already up to date")
  513.      (setq updating        "Updating files, please wait")
  514.      (setq yes-key         "Y")
  515.      (setq no-key          "N")
  516.      (setq complete_title  "New shareware version has been upgraded")
  517.      (setq remove_old_reg  "Delete old registered version? (Y/N)"))
  518. )
  519.